{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# CS245 Programming Languages: Assignment 00" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "##Goals:\n", "\n", "* Get familiar with the programming environment\n", "* Setup your programming environment\n", "* Write your first Scheme scripts" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Instructions" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "1. Log into http://jupyter.cs.brynmawr.edu with your personal id and password given to you in class\n", "1. Change your password to something you can remember (see [Jupyter Help: Changing your password](http://jupyter.cs.brynmawr.edu/hub/dblank/public/Jupyter%20Help.ipynb#1.1-Changing-your-password))\n", "1. Enable the Calico Scheme kernel [Jupyter Help: Enable Calico Scheme kernel](http://jupyter.cs.brynmawr.edu/hub/dblank/public/Jupyter%20Help.ipynb#1.4.1-Enable-Calico-Scheme-kernel)\n", "1. Create a new notebook\n", "1. Change the kernel to `Scheme` (upper right-hand corner of notebook, picklist)\n", "1. Write some Scheme code\n", "1. Print out you notebook and bring it to class on Thursday" ] } ], "metadata": { "kernelspec": { "display_name": "Calysto Scheme 2", "language": "scheme", "name": "calysto_scheme" }, "language_info": { "codemirror_mode": { "name": "scheme" }, "mimetype": "text/x-scheme", "name": "scheme", "pygments_lexer": "scheme" } }, "nbformat": 4, "nbformat_minor": 0 }